2004-12-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+ nick typo.
+
* gtk/gtkfilechooserdefault.c: Apply a patch to reset the
filter if an otherwise invisible file is selected via the
location popup. (#159896, Carlos Garnacho Parro)
2004-12-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+ nick typo.
+
* gtk/gtkfilechooserdefault.c: Apply a patch to reset the
filter if an otherwise invisible file is selected via the
location popup. (#159896, Carlos Garnacho Parro)
2004-12-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+ nick typo.
+
* gtk/gtkfilechooserdefault.c: Apply a patch to reset the
filter if an otherwise invisible file is selected via the
location popup. (#159896, Carlos Garnacho Parro)
2004-12-09 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtklabel.c (gtk_label_class_init): Fix a property
+ nick typo.
+
* gtk/gtkfilechooserdefault.c: Apply a patch to reset the
filter if an otherwise invisible file is selected via the
location popup. (#159896, Carlos Garnacho Parro)
g_object_class_install_property (gobject_class,
PROP_WIDTH_CHARS,
g_param_spec_int ("width_chars",
- P_("Width In Chararacters"),
+ P_("Width In Characters"),
P_("The desired width of the label, in characters"),
-1,
G_MAXINT,